ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / MultiSelect<T> Class
Members






In This Topic
    MultiSelect<T> Class
    In This Topic
    The MultiSelect control allows users to select multiple items from drop-down lists that contain custom objects or simple strings.
    Object Model
    MultiSelect<T> Class
    Syntax
    'Declaration
     
    
    <ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])>
    Public Class MultiSelect(Of T) 
       Inherits ComboBoxBase(Of T)
       Implements IDropDown, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent 
    'Usage
     
    
    Dim instance As MultiSelect(Of T)
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public class MultiSelect<T> : ComboBoxBase<T>, IDropDown, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    public class MultiSelect = class(ComboBoxBase, IDropDown, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent)
    JScript does not support Generics.
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public __gc class MultiSelect<T> : public ComboBoxBase<T>, IDropDown, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    generic<typename T>
    public ref class MultiSelect : public ComboBoxBase<T>, IDropDown, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.Component
          C1.Web.Mvc.Control
             C1.Web.Mvc.ItemsBoundControl<T>
                C1.Web.Mvc.DropDown<T>
                   C1.Web.Mvc.ComboBoxBase<T>
                      C1.Web.Mvc.MultiSelect<T>

    See Also